@charset "UTF-8";
.main {
  width: 100%;
}

/* 首页 */
.idx-banner {
  width: 100%;
  position: relative;
}

.idx-banner .slide {
  display: block;
  width: 100%;
  cursor: pointer;
}

.idx-banner .slide img {
  width: 100%;
}

.idx-banner .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.idx-banner .slick-dots li {
  display: inline-block;
  padding: 8px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.idx-banner .slick-active {
  background-color: #153b96 !important;
}

.idx-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.08);
}

.idx-crumbs .key-word {
  float: left;
}

.idx-crumbs .key-word img {
  margin-right: 16px;
  vertical-align: middle;
}

.idx-crumbs .key-word span {
  vertical-align: middle;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

.idx-crumbs .key-word .word {
  vertical-align: middle;
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-right: 36px;
  padding: 28px 0;
  cursor: pointer;
}

.idx-crumbs .key-search {
  float: right;
  padding: 15px 0;
}

.idx-crumbs .key-search form {
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.idx-crumbs .key-search input {
  border: none;
  width: 248px;
  height: 100%;
  background-color: #f6f6f6;
  color: #888;
  float: left;
  padding-left: 20px;
}

.idx-crumbs .key-search button {
  border: none;
  width: 42px;
  height: 100%;
  float: right;
  background-color: #1752bb;
  padding: 0;
}

.idx-expert {
  width: 100%;
  padding: 55px 0;
}

.idx-expert .expert-box {
  width: 100%;
  margin-top: 47px;
}

.idx-expert .item {
  display: block;
  width: 100%;
  cursor: pointer;
}

.idx-expert .item .item_l {
  float: left;
}

.idx-expert .item .item_r {
  float: right;
}

.idx-expert .item .item-img {
  height: 96px;
}

.idx-expert .item .item-img img {
  width: auto;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-expert .item .item-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.idx-expert .item .item-title {
  font-size: 22px;
  color: #1752bb;
  font-weight: 700;
  margin-bottom: 18px;
}

.idx-expert .item .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}

.idx-expert .section_l {
  width: 28%;
  float: left;
}

.idx-expert .section_l .item {
  margin-top: 20px;
}

.idx-expert .section_l .item .item_l {
  width: 42%;
}

.idx-expert .section_l .item .item_r {
  width: 50%;
}

.idx-expert .section_l .item .item-title {
  text-align: right;
}

.idx-expert .section_l .item:last-of-type {
  margin-top: 90px;
}

.idx-expert .section_c {
  cursor: pointer;
  display: block;
  width: 42%;
  float: left;
  margin: 0 1%;
}

.idx-expert .section_c img {
  width: 100%;
}

.idx-expert .section_c .item .item-img, .idx-expert .section_c .item .item-title, .idx-expert .section_c .item .item-desc {
  float: none;
  text-align: center;
}

.idx-expert .section_c .item .item-title {
  margin: 14px 0;
}

.idx-expert .section_c .item .item-desc {
  margin-bottom: 20px;
}

.idx-expert .section_c .center-img {
  opacity: 0;
}

.idx-expert .section_r {
  width: 28%;
  float: left;
}

.idx-expert .section_r .item {
  margin-top: 20px;
}

.idx-expert .section_r .item .item_l {
  width: 50%;
}

.idx-expert .section_r .item .item_r {
  width: 42%;
}

.idx-expert .section_r .item:last-of-type {
  margin-top: 90px;
}

.idx-case {
  width: 100%;
  background-color: #f8f8f8;
  padding: 50px 0 60px;
}

.idx-case .case-box {
  margin-top: 50px;
  position: relative;
}

.idx-case .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.idx-case .slick-dots li {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #f8f8f8;
  padding: 16px 38px;
  border-radius: 25px;
  color: #333333;
  font-size: 18px;
  margin: 0 12px;
}

.idx-case .slick-dots li:hover {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  background-color: #153b96;
  color: #fff;
  border: 1px solid #153b96;
}

.idx-case .slick-dots .slick-active {
  background-color: #153b96;
  color: #fff;
  border: 1px solid #153b96;
}

.idx-case .case-list {
  padding-top: 100px;
}

.idx-case .slide {
  height: 500px;
}

.idx-case .slide p {
  font-size: 14px;
  line-height: 2.1;
  color: #666666;
}

.idx-case .slide_l {
  width: 47%;
  float: left;
  position: relative;
  height: 100%;
}

.idx-case .slide_r {
  width: 53%;
  float: right;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 100%;
}

.idx-case .slide-img {
  width: 540px;
  float: right;
  margin-bottom: 30px;
}

.idx-case .slide-img img {
  width: 100%;
}

.idx-case .slide-layer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.idx-case .slide-layer img {
  width: 100%;
}

.idx-case .slide-title {
  width: 100%;
  color: #153b96;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 25px;
  font-family: 'SourceHanSansCN-Bold';
}

.idx-case .slide-desc {
  width: 100%;
}

.idx-case .slide-desc .desc-top {
  width: 124px;
  padding: 7px 28px 7px 8px;
  background-color: rgba(21, 59, 150, 0.15);
  border-radius: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 34px 0 25px;
}

.idx-case .slide-desc span {
  height: 34px;
}

.idx-case .slide-desc span:first-of-type {
  float: left;
}

.idx-case .slide-desc span:first-of-type img {
  width: 100%;
}

.idx-case .slide-desc span:last-of-type {
  font-size: 20px;
  line-height: 34px;
  float: right;
  color: #153b96;
}

.idx-case .slide_t {
  width: 100%;
  height: 400px;
}

.idx-case .slide_b {
  width: 100%;
}

.idx-case .button {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.idx-case .button a {
  width: 184px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #888;
  padding: 14px 39px;
  border-radius: 26px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  margin: 0 27px;
}

.idx-case .button a img {
  margin-right: 13px;
}

.idx-case .button a:hover {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  background-color: #153b96;
  color: #fff;
  border: 1px solid #153b96;
}

.idx-strength {
  background: url("../images/idx11.jpg") center center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.idx-strength .container {
  background-color: #fff;
  padding: 47px 86px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.idx-strength .con-intro {
  color: #333;
  font-size: 15px;
  margin-top: 38px;
}

.idx-strength .con-intro p {
  text-align: center;
  margin-top: 20px;
}

.idx-strength .strength-box {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
}

.idx-strength .item {
  width: 33%;
  float: left;
}

.idx-strength .item-icon {
  width: 62px;
  margin: 0 auto;
}

.idx-strength .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-strength .item-name {
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  margin: 18px 0 0;
}

.idx-strength .item-img {
  margin: 0 auto;
  width: 275px;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
}

.idx-strength .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-strength .item-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.idx-about {
  padding: 80px 0 60px;
  border-color: #fff;
  margin: 0 auto;
}

.idx-about .about-intro {
  width: 100%;
  position: relative;
}

.idx-about .intro-img {
  width: 100%;
  position: relative;
}

.idx-about .intro-img img {
  width: 100%;
}

.idx-about .intro-img .playbtn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
}

.idx-about .intro-img .playbtn img {
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-about .intro-img .playbtn:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.idx-about .intro-img .layer {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}

.idx-about .intro-video {
  width: 100%;
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-about .intro-video .ma-video-box {
  width: 100%;
  height: 500px;
}

.idx-about .intro-video .ma-video-box source {
  height: 100%;
}

.idx-about .intro-video .close {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.idx-about .intro-video .close span {
  font-size: 50px;
  color: #fff;
}

.idx-about .intro-text {
  width: 90%;
  padding: 45px 60px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 32px 0px rgba(51, 101, 180, 0.13);
          box-shadow: 0px 0px 32px 0px rgba(51, 101, 180, 0.13);
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -100px;
  z-index: 5;
}

.idx-about .intro-text .it_l {
  width: 30%;
  float: left;
}

.idx-about .intro-text .it_r {
  width: 68%;
  float: right;
}

.idx-about .intro-text .it_r p {
  color: #666666;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.idx-about .intro-text .it_r p:last-of-type {
  margin-bottom: 0;
}

.idx-about .intro-text .it_l_text1 {
  color: #333;
  font-size: 32px;
}

.idx-about .intro-text .it_l_text2 {
  color: #153b96;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 20px 0 46px;
}

.idx-about .intro-text .it_l_btn {
  color: #fff;
  font-size: 14px;
  padding: 12px 40px;
  background-color: #153b96;
  border-radius: 20px;
  cursor: pointer;
}

.idx-about .about-data {
  width: 90%;
  margin: 0 auto;
  margin-top: 160px;
}

.idx-about .item-data {
  width: 33%;
  float: left;
}

.idx-about .item-data .icon {
  width: 98px;
  float: left;
  margin-left: 30px;
}

.idx-about .item-data .icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-about .item-data .icon img:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.idx-about .item-data .text {
  float: left;
  margin-left: 30px;
}

.idx-about .item-data .text > span {
  display: block;
}

.idx-about .item-data .text > span:first-of-type {
  color: #153b96;
  font-size: 48px;
  margin: 9px 0 20px;
}

.idx-about .item-data .text > span:last-of-type {
  color: #666;
  font-size: 16px;
}

.idx-honor {
  padding: 58px 0;
  background-color: #f2f2f2;
  position: relative;
}

.idx-honor .con-desc {
  color: #333;
  margin-bottom: 20px;
}

.idx-honor .honor-box {
  width: 80%;
  margin: 0 auto;
}

.idx-honor .honor-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.idx-honor .honor-box .swiper-slide img {
  width: auto;
  height: 240px;
}

.idx-honor .arrow-prev, .idx-honor .arrow-next {
  background: none;
  width: 40px;
  height: 40px;
  background-color: #d5d5d5;
  border-radius: 50%;
  position: absolute;
  top: 60%;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.idx-honor .arrow-prev:hover, .idx-honor .arrow-next:hover {
  background-color: #153b96;
}

.idx-honor .arrow-prev {
  left: 20%;
}

.idx-honor .arrow-next {
  right: 20%;
}

.idx-offer {
  padding: 70px 0;
  background: url("../images/idx22.jpg") center center no-repeat;
  background-size: cover;
}

.idx-offer .con-desc {
  color: #555555;
}

.idx-offer .offer-box {
  margin-top: 60px;
}

.idx-offer .offer_l {
  width: 57.5%;
  float: left;
  background-color: #fff;
  padding: 45px 40px;
}

.idx-offer .offer_r {
  width: 42.5%;
  float: right;
  overflow: hidden;
}

.idx-offer .offer_r img {
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-offer .offer_r img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.idx-offer .offer-title {
  color: #153b96;
  font-size: 26px;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 47px;
}

.idx-offer .offer-form {
  width: 100%;
}

.idx-offer .offer-form .name, .idx-offer .offer-form .prov {
  float: left;
}

.idx-offer .offer-form .phone, .idx-offer .offer-form .city {
  float: right;
}

.idx-offer .offer-form .name, .idx-offer .offer-form .phone, .idx-offer .offer-form .prov, .idx-offer .offer-form .city {
  width: 46%;
  background-color: rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  margin-bottom: 20px;
}

.idx-offer .offer-form .name img,
.idx-offer .offer-form .phone img,
.idx-offer .offer-form .prov img,
.idx-offer .offer-form .city img,
.idx-offer .offer-form .need img {
  width: 16px;
  height: 16px;
}

.idx-offer .offer-form .name input,
.idx-offer .offer-form .phone input,
.idx-offer .offer-form .prov input,
.idx-offer .offer-form .city input {
  border: none;
  background-color: transparent;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  text-indent: 14px;
}

.idx-offer .offer-form .need {
  width: 100%;
  float: left;
  background-color: rgba(136, 136, 136, 0.1);
  padding: 12px 15px;
  position: relative;
  height: 90px;
}

.idx-offer .offer-form .need img {
  vertical-align: top;
}

.idx-offer .offer-form .need textarea {
  border: none;
  background-color: transparent;
  line-height: 16px;
  padding-left: 14px;
  width: 500px;
  overflow: hidden;
}

.idx-offer .offer-form .bottom {
  width: 100%;
  margin-top: 18px;
  float: left;
  height: 73px;
}

.idx-offer .offer-form .btn {
  float: left;
  line-height: 73px;
}

.idx-offer .offer-form .btn a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #153b96;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
}

.idx-offer .offer-form .ser-phone {
  width: 240px;
  float: left;
  margin-left: 60px;
  margin-top: 14.5px;
}

.idx-offer .offer-form .phone-icon {
  height: 44px;
  float: left;
}

.idx-offer .offer-form .phone-icon img {
  width: auto;
  height: 100%;
}

.idx-offer .offer-form .phone-number {
  float: right;
}

.idx-offer .offer-form .phone-number .numTop {
  font-size: 14px;
  color: #888888;
  line-height: 1.2;
  margin-bottom: 4px;
}

.idx-offer .offer-form .phone-number .numBottom {
  color: #153b96;
  font-size: 28px;
}

.idx-offer .offer-form .code {
  float: right;
}

.idx-offer .offer-form .code1, .idx-offer .offer-form .code2 {
  width: 73px;
  height: 100%;
  display: inline-block;
}

.idx-offer .offer-form .code1 img, .idx-offer .offer-form .code2 img {
  width: 100%;
  height: 100%;
}

.idx-news {
  padding: 70px 0;
  background-color: #fff;
}

.idx-news .container .con-desc {
  color: #666666;
}

.idx-news .news-box {
  margin-top: 60px;
}

.idx-news .news_l {
  width: 60%;
  position: relative;
  float: left;
}

.idx-news .news_r {
  width: 37.5%;
  float: right;
}

.idx-news .news-list {
  width: 100%;
  position: relative;
}

.idx-news .news-list .slick-dots {
  width: 50%;
  padding: 0 30px;
  position: absolute;
  bottom: 36px;
  right: 0;
  z-index: 10;
}

.idx-news .news-list .slick-dots li {
  background-color: #b5b5b5;
  padding: 5px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 14px;
}

.idx-news .news-list .slick-dots .slick-active {
  background-color: #153b96;
}

.idx-news .news-slide {
  width: 100%;
  position: relative;
}

.idx-news .news-slide .img {
  width: 100%;
  padding-top: calc(720 / 1080 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idx-news .news-slide .img img {
  width: 100%;
  display: none;
}

.idx-news .news-slide .text {
  padding: 20px 22px;
  background-color: #153b96;
  position: absolute;
  top: 0;
  left: 0;
}

.idx-news .news-slide .text span {
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  display: block;
  letter-spacing: 1px;
}

.idx-news .news-cont {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.idx-news .news-cont .cont {
  width: 90%;
  height: 100%;
  padding: 36px 30px;
  padding-left: 0;
  background-color: #f8f8f8;
  float: right;
}

.idx-news .news-cont .border {
  width: 10%;
  height: 100%;
  float: left;
  position: relative;
}

.idx-news .news-cont .border .section {
  width: 100%;
  height: 100%;
  position: relative;
}

.idx-news .news-cont .border .section:before, .idx-news .news-cont .border .section:after {
  display: block;
  content: " ";
  width: 100%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
}

.idx-news .news-cont .border .section:after {
  top: auto;
  bottom: 0;
  /* height: 83.5%; */
  height: 396px;
}

.idx-news .news-cont .border:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border: 18px solid #f8f8f8;
  border-color: #f8f8f8 #f8f8f8 #f8f8f8 transparent;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 10;
}

.idx-news .news-title {
  color: #333;
  font-size: 18px;
  line-height: 2;
}

.idx-news .news-time {
  margin: 35px 0 47px;
  color: #999;
  font-size: 14px;
}

.idx-news .news-guide {
  color: #666;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 72px;
  height: 6em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.idx-news .news-more {
  color: #fff;
  background-color: #153b96;
  border-radius: 24px;
  padding: 15px 53px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.idx-news .news-rt {
  color: #fff;
  font-size: 20px;
  padding: 0 22px;
  height: 60px;
  line-height: 3;
  background-color: #153b96;
}

.idx-news .news-link {
  background-color: #f8f8f8;
}

.idx-news .news-item {
  padding: 15px 22px;
  display: block;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-news .news-item .img {
  vertical-align: top;
  display: inline-block;
  width: 160px;
  overflow: hidden;
}
.idx-news .news-item .img .in{
  padding-top: calc(110 / 160 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idx-news .news-item .img img {
  display: none;
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}

.idx-news .news-item .text {
  width: 57%;
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  -webkit-transition: .5s;
  transition: .5s;
}

.idx-news .news-item .text .words {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 24px;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

.idx-news .news-item .text .time span {
  color: #999999;
  font-size: 14px;
}

.idx-news .news-item .text .time img {
  margin-right: 11px;
}

/* 资讯中心-列表 */
.news-banner {
  background: url("../images/banner2.jpg") center center no-repeat;
  background-size: cover;
}

.news-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.news-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.news-list-chunk {
  width: 100%;
  padding: 48px 0;
  background-color: #f8f8f8;
}

.news-list-chunk .news_l {
  width: 24%;
  background-color: #fff;
  float: left;
}

.news-list-chunk .news_r {
  width: 74%;
  background-color: #fff;
  float: right;
}

.news-list-chunk .news_l_title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 14px 20px;
  background-color: #153b96;
}

.news-list-chunk .news_l_item {
  width: 100%;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
}

.news-list-chunk .news_l_item:hover .title {
  color: #153b96;
}

.news-list-chunk .news_l_item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list-chunk .news_l_item .img {
  width: 100%;
  overflow: hidden;
}

.news-list-chunk .news_l_item .img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.news-list-chunk .news_l_item .title {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.news-list-chunk .news_l_item .guide {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.news-list-chunk .news_l_list {
  width: 100%;
  font-size: 0;
}

.news-list-chunk .news_l_list .nll-item {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  cursor: pointer;
}

.news-list-chunk .news_l_list .nll-item:hover .nll-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list-chunk .news_l_list .nll-item:hover .nll-item-text {
  color: #fff;
}

.news-list-chunk .news_l_list .nll-item:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #153b96;
}

.news-list-chunk .news_l_list .nll-item-img {
  width: 92px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.news-list-chunk .news_l_list .nll-item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-list-chunk .news_l_list .nll-item-text {
  vertical-align: middle;
  width: 140px;
  display: inline-block;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.news-list-chunk .news_r_list {
  width: 100%;
}

.news-list-chunk .news_r_list .nrl-item {
  width: 100%;
  display: inline-block;
  padding: 20px;
  font-size: 0;
  cursor: pointer;
}

.news-list-chunk .news_r_list .nrl-item:hover .nrl-item-title {
  font-weight: 700;
  color: #153b96;
}

.news-list-chunk .news_r_list .nrl-item:hover .nrl-item-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-img {
  width: 260px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-cont {
  width: 558px;
  display: inline-block;
  vertical-align: middle;
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-title {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-time {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 12px 0 30px;
}

.news-list-chunk .news_r_list .nrl-item .nrl-item-desc {
  color: #666;
  font-size: 15px;
  line-height: 2;
}

.news-list-chunk .news_r_btn {
  margin: 30px auto;
  text-align: center;
}

.news-list-chunk .news_r_btn .pagebtn {
  display: inline-block;
  padding: 14px 17px;
  font-size: 15px;
  border: solid 1px #dbdbdb;
  color: #666;
  cursor: pointer;
}

.news-list-chunk .news_r_btn .pagebtn:hover {
  background-color: #153b96;
  color: #fff;
}

.news-list-chunk .news_r_btn .posbtn {
  background-color: #153b96 !important;
  color: #fff !important;
}

/* 资讯中心-详情 */
.news-detail-chunk {
  width: 100%;
  padding: 48px 0;
  background-color: #f8f8f8;
}

.news-detail-chunk .news_l {
  width: 24%;
  background-color: #fff;
  float: left;
}

.news-detail-chunk .news_r {
  width: 74%;
  background-color: #fff;
  float: right;
}

.news-detail-chunk .news_l_title {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  padding: 14px 20px;
  background-color: #153b96;
}

.news-detail-chunk .news_l_item {
  width: 100%;
  padding: 20px;
  display: inline-block;
  cursor: pointer;
}

.news-detail-chunk .news_l_item:hover .title {
  color: #153b96;
}

.news-detail-chunk .news_l_item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-detail-chunk .news_l_item .img {
  width: 100%;
  overflow: hidden;
}

.news-detail-chunk .news_l_item .img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.news-detail-chunk .news_l_item .title {
  margin: 20px 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.news-detail-chunk .news_l_item .guide {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.news-detail-chunk .news_l_list {
  width: 100%;
  font-size: 0;
}

.news-detail-chunk .news_l_list .nll-item {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  display: inline-block;
  cursor: pointer;
}

.news-detail-chunk .news_l_list .nll-item:hover .nll-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-detail-chunk .news_l_list .nll-item:hover .nll-item-text {
  color: #fff;
}

.news-detail-chunk .news_l_list .nll-item:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background-color: #153b96;
}

.news-detail-chunk .news_l_list .nll-item-img {
  width: 92px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.news-detail-chunk .news_l_list .nll-item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.news-detail-chunk .news_l_list .nll-item-text {
  vertical-align: middle;
  width: 140px;
  display: inline-block;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.news-detail-chunk .news_r_detail {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

.news-detail-chunk .nrd-article {
  width: 100%;
}

.news-detail-chunk .nrd-article .nrd-head {
  width: 100%;
}

.news-detail-chunk .nrd-article .nrd-center {
  margin: 23px 0 31px;
}

.news-detail-chunk .nrd-article .nrd-body {
  padding: 40px 0 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.news-detail-chunk .nrd-article .nrd-body h4 {
  font-size: 18px;
  line-height: 1.6;
  color: #153b96;
  margin-top: 40px;
}

.news-detail-chunk .nrd-article .nrd-body p {
  color: #555;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}

.news-detail-chunk .nrd-title {
  float: left;
  color: #333;
  font-size: 26px;
  line-height: 1.8;
  font-weight: 700;
}

.news-detail-chunk .nrd-link {
  float: right;
}

.news-detail-chunk .nrd-link .link {
  display: inline-block;
  width: 46.8px;
  height: 46.8px;
  text-align: center;
  cursor: pointer;
}

.news-detail-chunk .nrd-link .link img {
  width: 26px;
  height: auto;
  margin-top: 10.4px;
}

.news-detail-chunk .nrd-time {
  font-size: 14px;
  color: #999;
}

.news-detail-chunk .nrd-time img {
  vertical-align: middle;
  margin-right: 10px;
}

.news-detail-chunk .nrd-time span {
  vertical-align: middle;
}

.news-detail-chunk .nrd-img {
  width: 100%;
  overflow: hidden;
}

.news-detail-chunk .nrd-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-detail-chunk .nrd-img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.news-detail-chunk .nrd-control {
  padding-top: 40px;
}

.news-detail-chunk .nrd-control a {
  cursor: pointer;
  font-size: 15px;
  line-height: 2;
  color: #555;
  display: block;
}

.news-detail-chunk .nrd-control a:hover {
  color: #153b96;
  font-weight: 700;
}

/* 零排放 */
.zero-banner {
  background: url("../images/zero-ban.jpg") center center no-repeat;
  background-size: cover;
}

.zero-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.zero-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.zero-craft {
  background-color: #fff;
  width: 100%;
  padding: 50px 0;
}

.zero-craft .craft-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
}

.zero-craft .craft-detail {
  width: 100%;
  font-size: 0;
}

.zero-craft .craft-detail .detail_l {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.zero-craft .craft-detail .detail_r {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 320px;
}

.zero-craft .craft-detail .title {
  font-size: 30px;
  color: #153b96;
  font-weight: 700;
  margin-bottom: 50px;
}

.zero-craft .craft-detail .text {
  color: #555;
  line-height: 2;
  font-size: 15px;
}

.zero-craft .craft-detail .img {
  width: 84%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  overflow: hidden;
}

.zero-craft .craft-detail .img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.zero-craft .craft-detail .img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.zero-craft .craft-detail .bg {
  width: 120px;
  height: 120px;
  background-color: #153b96;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.zero-adva {
  width: 100%;
  background-color: #f0f3fa;
  padding: 50px 0;
}

.zero-adva .adva-title {
  font-size: 30px;
  color: #153b96;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.zero-adva .adva-list {
  font-size: 0;
}

.zero-adva .adva-item {
  display: block;
  position: relative;
  margin-bottom: 2%;
  float: left;
}

.zero-adva .adva-item:nth-of-type(2n) {
  float: right;
}

.zero-adva .adva-item .cir {
  width: 66px;
  height: 66px;
  font-size: 30px;
  color: #fff;
  background-color: #34509e;
  border-radius: 50%;
  line-height: 66px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 5;
}

.zero-adva .adva-item .rec {
  width: 540px;
  height: 100px;
  background-color: #fff;
  margin-left: 33px;
  position: relative;
}

.zero-adva .adva-item .rec .text {
  width: 100%;
  padding: 0 64px;
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

.zero-case {
  width: 100%;
  background-color: #fff;
  font-size: 0;
  padding: 60px 0;
}

.zero-case .container {
  background-color: #f8f8f8;
}

.zero-case .case_l {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.zero-case .case_r {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.zero-case .case-img {
  width: 100%;
  overflow: hidden;
}

.zero-case .case-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.zero-case .case-img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.zero-case .case-text {
  width: 100%;
  padding: 0 50px;
}

.zero-case .case-title {
  font-size: 30px;
  color: #153b96;
  font-weight: 700;
  margin-bottom: 51px;
}

.zero-case .case-desc {
  line-height: 2;
  color: #555;
  font-size: 15px;
}

.zero-area {
  background-color: #f8f8f8;
  width: 100%;
  padding: 60px 0;
}

.zero-area .area-title {
  color: #153b96;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.zero-area .area-guide {
  margin: 40px 0;
}

.zero-area .area-guide p {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.zero-area .area-list {
  width: 100%;
  font-size: 0;
}

.zero-area .area-list .item-img {
  width: 23%;
  display: inline-block;
  margin-right: 2%;
}

.zero-area .area-list .item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.zero-area .area-list .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.zero-ZLD {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.zero-ZLD .ZLD-title {
  font-size: 30px;
  line-height: 1.2;
  color: #153b96;
  margin-bottom: 35px;
  font-weight: 700;
  text-align: center;
}

.zero-ZLD .ZLD-desc p {
  font-size: 15px;
  line-height: 2;
  color: #555;
}

.zero-ZLD .ZLD-desc p span {
  color: #153b96;
  font-weight: 700;
}

.zero-app {
  padding: 50px 0;
  width: 100%;
  background-color: #f9f9f9;
}

.zero-app .app-title {
  color: #153b96;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.zero-app .app-swiper {
  width: 100%;
}

.zero-app .app-swiper .slick-dots {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.zero-app .app-swiper .slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.zero-app .app-swiper .slick-dots .slick-active {
  background-color: #153b96;
}

.zero-app .app-list {
  width: 100%;
  padding-top: 20px;
}

.zero-app .app-item {
  width: 100%;
  font-size: 0;
  border-right: 3px solid #001fb8;
  background-color: #fff;
  margin-top: 30px;
}

.zero-app .app-item .item_l {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.zero-app .app-item .item-img {
  width: 100%;
  overflow: hidden;
}

.zero-app .app-item .item-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.zero-app .app-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.zero-app .app-item .item_r {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}

.zero-app .app-item .item-text {
  padding: 0 50px;
}

.zero-app .app-item .item-title {
  font-size: 20px;
  font-weight: 700;
}

.zero-app .app-item .item-title:after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  background-color: #001fb8;
  margin: 25px 0 40px;
}

.zero-app .app-item .item-desc {
  font-size: 14px;
  line-height: 2;
}

.zero-bottom {
  width: 100%;
  padding: 50px 0;
}

/* 运营中心 */
.oper-banner {
  background: url("../images/oper-ban.jpg") center center no-repeat;
  background-size: cover;
}

.oper-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.oper-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.oper-proj {
  width: 100%;
  background-color: #f8f8f8;
  padding: 60px 0;
}

.oper-proj .proj-title {
  color: #153b96;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.oper-proj .proj-desc {
  color: #555;
  font-size: 15px;
  line-height: 2;
  margin: 30px 0 50px;
  text-align: center;
}

.oper-proj .proj-img {
  width: 100%;
}

.oper-proj .proj-img img {
  width: 100%;
}

.oper-area {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.oper-area .area-title {
  font-weight: 700;
  font-size: 36px;
  color: #153b96;
  text-align: center;
  margin-bottom: 50px;
}

.oper-area .area-main {
  position: relative;
}

.oper-area .area-main .swiper-button-next, .oper-area .area-main .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d5d5d5;
  cursor: pointer;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5d5d5;
}

.oper-area .area-main .swiper-button-next:hover, .oper-area .area-main .swiper-button-prev:hover {
  background-color: #153b96;
}

.oper-area .area-main .swiper-button-prev {
  left: -100px;
}

.oper-area .area-main .swiper-button-next {
  right: -100px;
}

.oper-area .area-swiper {
  width: 100%;
}

.oper-area .swiper-slide img {
  width: 100%;
}

.oper-area .area-desc {
  color: #444;
  font-size: 18px;
  line-height: 1.9;
  text-align: center;
  margin-top: 25px;
}

.oper-serv {
  width: 100%;
  background-color: #f8f8f8;
  padding: 60px 0;
}

.oper-serv .serv-title {
  color: #153b96;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.oper-serv .serv-list {
  width: 100%;
  background-color: #fff;
  font-size: 0;
}

.oper-serv .serv-item {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
}

.oper-serv .serv-item .item-img {
  width: 100%;
  height: 255px;
  overflow: hidden;
}

.oper-serv .serv-item .item-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.oper-serv .serv-item .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.oper-serv .serv-item .item-text {
  padding: 0 20px;
  height: 255px;
  display: table-cell;
  vertical-align: middle;
}

.oper-serv .serv-item .item-title {
  color: #153b96;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
  margin-bottom: 20px;
}

.oper-serv .serv-item .item-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.oper-part {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.oper-part .part-title {
  font-size: 36px;
  font-weight: 700;
  color: #153b96;
  text-align: center;
  margin-bottom: 50px;
}

.oper-part .part-section {
  width: 100%;
  font-size: 0;
}

.oper-part .part-img {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.oper-part .part-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.oper-part .part-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.oper-part .part-list {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.oper-part .part-item {
  width: 100%;
  padding-left: 50px;
  margin: 60px auto;
}

.oper-part .part-item .item-icon {
  width: 58px;
  height: 58px;
  display: inline-block;
  vertical-align: middle;
}

.oper-part .part-item .item-icon:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.oper-part .part-item .item-icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.oper-part .part-item .item-text {
  width: 78%;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

.oper-part .part-item .item-title {
  font-size: 18px;
  line-height: 1.9;
  color: #153b96;
  font-weight: 700;
}

.oper-part .part-item .item-desc {
  color: #444444;
  font-size: 16px;
  line-height: 2;
}

/* 产品与设备 */
.prod-banner {
  background: url("../images/prod-ban.jpg") center center no-repeat;
  background-size: cover;
}

.prod-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.prod-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.prod-section {
  width: 100%;
  padding: 40px;
  background-color: #f8f8f8;
}

.prod-section .container {
  background-color: #fff;
  font-size: 0;
}

.prod-section .section_l {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.prod-section .section_r {
  width: 85%;
  display: inline-block;
  padding: 50px;
  vertical-align: top;
  border-left: 1px solid #f1f1f1;
}

.prod-section .cate-list {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-top: 25px;
}

.prod-section .cate-item {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
  cursor: pointer;
}

.prod-section .cate-item .item-text {
  width: 100%;
}

.prod-section .cate-item span {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
}

.prod-section .cate-item .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dddddd;
  margin-right: 10px;
}

.prod-section .cate-item:hover .item-text {
  border-right: 3px solid #153b96;
}

.prod-section .cate-item:hover .dot {
  background-color: #153b96;
}

.prod-section .cate-item:hover span {
  color: #153b96;
}

.prod-section .pos .item-text {
  border-right: 3px solid #153b96;
}

.prod-section .pos .dot {
  background-color: #153b96;
}

.prod-section .pos span {
  color: #153b96;
}

.prod-section .prod-intro {
  width: 100%;
}

.prod-section .prod-img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}

.prod-section .prod-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prod-section .prod-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .prod-text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 45px;
}

.prod-section .prod-name {
  font-weight: 700;
  font-size: 22px;
  color: #333333;
}

.prod-section .prod-name:after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background-color: #153b96;
  margin: 20px 0 30px;
}

.prod-section .prod-desc {
  line-height: 2;
  font-size: 14px;
  color: #555;
}

.prod-section .prod-trait {
  width: 100%;
  margin-top: 40px;
}

.prod-section .trait-title {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.prod-section .trait-title .ch {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  vertical-align: bottom;
  margin-right: 15px;
}

.prod-section .trait-title .en {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.2);
  vertical-align: bottom;
}

.prod-section .trait-text {
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-section .trait-list {
  width: 54%;
  display: inline-block;
  vertical-align: middle;
  height: 370px;
  padding: 20px 0;
  margin-right: 1%;
  overflow-y: scroll;
}

.prod-section .trait-list::-webkit-scrollbar {
  width: 3px;
}

.prod-section .trait-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.prod-section .trait-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #153b96;
}

.prod-section .trait-item {
  width: 100%;
  display: block;
  margin-bottom: 37px;
}

.prod-section .trait-item .item-icon {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 2%;
}

.prod-section .trait-item .item-icon:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.prod-section .trait-item .item-icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .trait-item .item-text {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.prod-section .trait-item .item-title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #153b96;
  font-weight: 700;
  display: block;
}

.prod-section .trait-item .item-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  display: block;
}

.prod-section .trait-img {
  width: 39%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.prod-section .trait-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prod-section .trait-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .prod-prin {
  width: 100%;
  margin-top: 40px;
}

.prod-section .prin-title {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.prod-section .prin-title .ch {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  vertical-align: bottom;
  margin-right: 15px;
}

.prod-section .prin-title .en {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.2);
  vertical-align: bottom;
}

.prod-section .prin-text {
  width: 100%;
}

.prod-section .prin-desc {
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.prod-section .prin-img {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}

.prod-section .prin-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prod-section .prin-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .prod-range {
  width: 100%;
  margin-top: 40px;
}

.prod-section .range-title {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.prod-section .range-title .ch {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  vertical-align: bottom;
  margin-right: 15px;
}

.prod-section .range-title .en {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.2);
  vertical-align: bottom;
}

.prod-section .range-list {
  width: 100%;
  padding: 30px;
}

.prod-section .range-item {
  width: 100%;
  margin-bottom: 30px;
}

.prod-section .range-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.prod-section .range-item:hover .item-title {
  font-weight: 700;
}

.prod-section .range-item .item-img {
  width: 150px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.prod-section .range-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .range-item .item-text {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
}

.prod-section .range-item .item-title {
  font-size: 16px;
  line-height: 1.8;
  color: #153b96;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod-section .range-item .item-desc {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

/* 垃圾渗滤液 */
.liqu-banner {
  background: url("../images/liqu-ban.jpg") center center no-repeat;
  background-size: cover;
}

.liqu-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.liqu-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.liqu-section {
  width: 100%;
  padding: 40px;
  background-color: #f8f8f8;
}

.liqu-section .container {
  background-color: #fff;
  font-size: 0;
}

.liqu-section .section_l {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.liqu-section .section_r {
  width: 85%;
  display: inline-block;
  padding: 50px;
  vertical-align: top;
  border-left: 1px solid #f1f1f1;
}

.liqu-section .cate-list {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-top: 25px;
}

.liqu-section .cate-item {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
  cursor: pointer;
}

.liqu-section .cate-item .item-text {
  width: 100%;
}

.liqu-section .cate-item span {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
}

.liqu-section .cate-item .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dddddd;
  margin-right: 10px;
}

.liqu-section .cate-item:hover .item-text {
  border-right: 3px solid #153b96;
}

.liqu-section .cate-item:hover .dot {
  background-color: #153b96;
}

.liqu-section .cate-item:hover span {
  color: #153b96;
}

.liqu-section .pos .item-text {
  border-right: 3px solid #153b96;
}

.liqu-section .pos .dot {
  background-color: #153b96;
}

.liqu-section .pos span {
  color: #153b96;
}

.liqu-section .section-title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.liqu-section .section1 {
  width: 100%;
  margin-bottom: 50px;
}

.liqu-section .section1 .sec1-img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-top: 50px;
}

.liqu-section .section1 .sec1-img:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.liqu-section .section1 .bg {
  width: 100%;
}

.liqu-section .section1 .bg img {
  width: 100%;
}

.liqu-section .section1 .img {
  width: 100%;
  height: 240px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
}

.liqu-section .section1 .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.liqu-section .section1 .sec1-text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
}

.liqu-section .section1 .sec1-title {
  color: #153b96;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.liqu-section .section1 .sec1-desc {
  width: 100%;
}

.liqu-section .section1 .sec1-desc p {
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

.liqu-section .section1 .sec1-desc p:first-of-type {
  margin-bottom: 30px;
}

.liqu-section .section2 {
  width: 100%;
  margin-bottom: 50px;
}

.liqu-section .section2 .sec2-title {
  text-align: center;
  color: #153b96;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.liqu-section .section2 .sec2-desc p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.liqu-section .section2 .sec2-desc p span {
  color: #153b96;
  font-weight: 700;
}

.liqu-section .section3 {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

.liqu-section .section3 .sec3-top {
  width: 100%;
  margin-bottom: 30px;
}

.liqu-section .section3 .sec3-title {
  font-size: 24px;
  color: #153b96;
  font-weight: 700;
  text-align: center;
}

.liqu-section .section3 .sec3-slick {
  width: 100%;
  position: static;
}

.liqu-section .section3 .slick-arrow {
  width: 30px;
  height: 30px;
  font-size: 0;
  border: none;
  background-color: #d5d5d5;
  border-radius: 50%;
}

.liqu-section .section3 .slick-arrow:hover {
  background-color: #153b96;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.liqu-section .section3 .slick-prev {
  position: absolute;
  right: 85px;
  top: 0;
}

.liqu-section .section3 .slick-next {
  position: absolute;
  right: 40px;
  top: 0;
}

.liqu-section .section3 .slide-item {
  padding: 30px 10px;
  background-color: #f9f9f9;
  height: 250px;
  margin-right: 30px;
}

.liqu-section .section3 .slide-item:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.liqu-section .section3 .item-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.liqu-section .section3 .item-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.liqu-section .section3 .item-text {
  color: #555;
  font-size: 14px;
  text-align: center;
  line-height: 2;
  height: 100px;
  overflow-y: auto;
  padding: 0 20px;
}

.liqu-section .section3 .item-text::-webkit-scrollbar {
  width: 3px;
}

.liqu-section .section3 .item-text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.liqu-section .section3 .item-text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #153b96;
}

.liqu-section .section4 {
  width: 100%;
  margin-bottom: 50px;
}

.liqu-section .section4 .sec4-title {
  font-weight: 700;
  color: #153b96;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.liqu-section .section4 .sec4-table {
  width: 100%;
  font-size: 14px;
}

.liqu-section .section4 .sec4-table table {
  width: 100%;
  text-align: center;
}

.liqu-section .section4 .sec4-table th {
  font-weight: 500;
  color: #fff;
  background-color: #153b96;
  border: none;
}

.liqu-section .section4 .sec4-table tr td {
  border-color: #e3e3e3;
  color: #555;
  background-color: #f1f1f1;
}

.liqu-section .section4 .sec4-table .fff td {
  background-color: #fff;
}

.liqu-section .section4 .sec4-table td, .liqu-section .section4 .sec4-table th {
  height: 50px;
}

.liqu-section .section5 {
  width: 100%;
  margin-bottom: 50px;
  padding: 40px 30px;
  background-color: #f1f6fb;
}

.liqu-section .section5 .sec5-title {
  font-weight: 700;
  color: #153b96;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.liqu-section .section5 .sec5-item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 0;
}

.liqu-section .section5 .sec5-item .item-img {
  margin-right: 6%;
}

.liqu-section .section5 .sec5-item:nth-of-type(2n) .item-img {
  margin-left: 6%;
  margin-right: 0;
}

.liqu-section .section5 .item-img {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.liqu-section .section5 .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.liqu-section .section5 .item-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.liqu-section .section5 .item-text {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
}

.liqu-section .section5 .item-title {
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.liqu-section .section5 .item-title:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #153b96;
  margin: 20px 0 30px;
}

.liqu-section .section5 .item-desc {
  color: #555555;
  font-size: 14px;
  line-height: 2;
  max-height: 150px;
  overflow-y: auto;
}

.liqu-section .section6 {
  width: 100%;
  margin-bottom: 50px;
}

.liqu-section .section6 .sec6-title {
  font-weight: 700;
  color: #153b96;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.liqu-section .section6 .sec6-list {
  width: 100%;
}

.liqu-section .section6 .sec6-item {
  width: 100%;
  background-color: #fcfcfc;
  margin-top: 30px;
}

.liqu-section .section6 .item-img {
  width: 46%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.liqu-section .section6 .item-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.liqu-section .section6 .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.liqu-section .section6 .item-text {
  width: 53%;
  display: inline-block;
  vertical-align: middle;
  padding: 30px 40px;
}

.liqu-section .section6 .item-title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}

.liqu-section .section6 .item-title:after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #153b96;
  margin: 20px 0;
}

.liqu-section .section6 .item-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.liqu-section .section6 .slick-dots {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.liqu-section .section6 .slick-dots li {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.liqu-section .section6 .slick-dots .slick-active {
  background-color: #153b96;
}

/* 公司介绍 */
.intro-banner {
  background: url("../images/intro-ban.jpg") center center no-repeat;
  background-size: cover;
}

.intro-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.intro-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.intro-crumbs .crumbs_ir {
  float: right;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.intro-crumbs .crumbs_ir .ir_li {
  display: inline-block;
  padding: 12px 22px;
  border: 2px solid transparent;
}

.intro-crumbs .crumbs_ir .ir_li a {
  color: #666;
  cursor: pointer;
  font-size: 14px;
}

.intro-crumbs .crumbs_ir .ir_li:hover {
  border-bottom: 2px solid #153b96;
}

.intro-crumbs .crumbs_ir .ir_li:hover .ir_li_a {
  color: #153b96;
}

.intro-crumbs .crumbs_ir .honor-cl {
  position: relative;
}

.intro-crumbs .crumbs_ir .honor-cl img {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  -webkit-transition: .5s;
  transition: .5s;
}

.intro-crumbs .crumbs_ir .pos {
  border-bottom: 2px solid #153b96 !important;
}

.intro-crumbs .crumbs_ir .pos a {
  color: #153b96;
}

.intro-crumbs .two-list {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: -260%;
  z-index: -1;
  border: 1px solid #eeeeee;
}

.intro-crumbs .two-list li {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  cursor: pointer;
}

.intro-crumbs .two-list li .item_a {
  color: #666666;
}

.intro-crumbs .two-list li:hover {
  background-color: #153b96;
}

.intro-crumbs .two-list li:hover .item_a {
  color: #fff;
}

.intro-body {
  width: 100%;
  background-color: #fff;
  padding: 60px 0 50px;
}

.intro-body .intro-title {
  font-size: 32px;
  color: #153b96;
  font-weight: 700;
  text-align: center;
}

.intro-body .intro-title:after {
  content: '';
  display: block;
  margin: 30px auto;
  width: 37px;
  height: 3px;
  background-color: #153b96;
}

.intro-body .intro-guide {
  color: #555;
  font-size: 14px;
  line-height: 2.2;
}

.intro-body .intro-data {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.intro-body .item-data {
  width: 33%;
  display: inline-block;
}

.intro-body .item-data .icon {
  width: 98px;
  float: left;
  margin-left: 30px;
}

.intro-body .item-data .icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.intro-body .item-data .icon img:hover {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.intro-body .item-data .text {
  float: left;
  margin-left: 30px;
}

.intro-body .item-data .text > span {
  display: block;
}

.intro-body .item-data .text > span:first-of-type {
  color: #153b96;
  font-size: 48px;
  margin: 9px 0 20px;
}

.intro-body .item-data .text > span:last-of-type {
  color: #666;
  font-size: 16px;
}

.intro-body .intro-img {
  width: 100%;
  margin: 50px 0 40px;
  overflow: hidden;
}

.intro-body .intro-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.intro-body .intro-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.intro-body .intro-desc {
  width: 100%;
}

.intro-body .intro-desc p {
  font-size: 14px;
  line-height: 2.2;
  color: #555;
}

.intro-body .intro-desc p:before {
  content: '';
  display: inline-block;
  height: 16px;
  line-height: 2.2;
  vertical-align: middle;
  width: 3px;
  background-color: #153b96;
  margin-right: 10px;
}

.intro-body .intro-swiper {
  width: 100%;
  margin-top: 50px;
  font-size: 0;
}

.intro-body .intro-swiper .swiper_l {
  width: 43.25%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3.75%;
}

.intro-body .intro-swiper .swiper_l .slick-dots {
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.intro-body .intro-swiper .swiper_l .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #153b96;
  opacity: .4;
}

.intro-body .intro-swiper .swiper_l .slick-dots .slick-active {
  opacity: 1;
}

.intro-body .intro-swiper .swiper_r {
  width: 53%;
  display: inline-block;
  vertical-align: middle;
}

.intro-body .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.intro-body .swiper-slide img {
  width: 100%;
}

.intro-body .swiper-desc {
  color: #555;
  font-size: 14px;
  line-height: 2.2;
}

.intro-body .swiper-icon {
  width: 100%;
  margin-top: 50px;
}

.intro-body .swiper-icon .item-icon {
  width: 33.3%;
  display: inline-block;
  text-align: center;
}

.intro-body .swiper-icon .text {
  color: #333;
  font-size: 16px;
  margin-top: 18px;
}

.intro-body .swiper-icon .icon {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}

.intro-body .swiper-icon .icon:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.intro-body .swiper-icon .icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.intro-body-b {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8;
}

.intro-body-b .intro-place {
  width: 100%;
  font-size: 0;
}

.intro-body-b .place-item {
  width: 32%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
}

.intro-body-b .place-item:last-of-type {
  margin-right: 0;
}

.intro-body-b .item-text {
  width: 100%;
  padding: 18px 0;
  display: inline-block;
  color: #ffff;
  font-size: 18px;
  background-color: #153b96;
  text-align: center;
  margin-bottom: 30px;
}

.intro-body-b .item-img {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.intro-body-b .item-img:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.intro-body-b .item-img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.course-body {
  width: 100%;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.course-body .container {
  background-color: #fff;
  padding: 40px 100px;
}

.course-body .course-title {
  color: #153b96;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.course-body .course-line {
  width: 100%;
  height: 650px;
  position: relative;
}

.course-body .line {
  width: 1px;
  height: 100%;
  background-color: #ebe9e7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.course-body .line_l {
  width: 50%;
  height: 100%;
  float: left;
  padding-top: 24px;
}

.course-body .line_l .line-item {
  text-align: right;
  float: left;
  padding-right: 62px;
  margin-bottom: 60px;
}

.course-body .line_l .line-item:before {
  position: absolute;
  right: 0;
  top: 20%;
  border: 16px solid #fff;
  border-color: #fff #fff #fff transparent;
}

.course-body .line_l .item-desc:before, .course-body .line_l .item-desc:after {
  right: 0;
}

.course-body .line_l .item-line {
  right: -4%;
}

.course-body .line_l .item-dot {
  right: -6%;
}

.course-body .line_r {
  width: 50%;
  height: 100%;
  float: right;
  padding-top: 60px;
}

.course-body .line_r .line-item {
  float: right;
  padding-left: 62px;
  margin-top: 60px;
}

.course-body .line_r .line-item:before {
  position: absolute;
  left: 0;
  top: 20%;
  border: 16px solid #fff;
  border-color: #fff transparent #fff #fff;
}

.course-body .line_r .item-desc:before, .course-body .line_r .item-desc:after {
  left: 0;
}

.course-body .line_r .item-line {
  left: -4%;
}

.course-body .line_r .item-dot {
  left: -6%;
}

.course-body .line-item {
  width: 96%;
  height: 125px;
  padding: 0 30px;
  background-color: #f5f5f5;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.course-body .line-item:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.course-body .line-item:hover {
  background-color: #153b96;
}

.course-body .line-item:hover .item-title,
.course-body .line-item:hover .item-desc {
  color: #fff;
}

.course-body .line-item:hover .item-line {
  background-color: #153b96;
}

.course-body .line-item:hover .item-dot {
  background-color: rgba(21, 59, 150, 0.2);
}

.course-body .line-item:hover .item-dot .dot {
  background-color: #153b96;
}

.course-body .item-title {
  color: #153b96;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 36px;
}

.course-body .item-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.3;
}

.course-body .item-desc:before {
  display: block;
  content: '';
  width: 32px;
  height: 20%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.course-body .item-desc:after {
  display: block;
  content: '';
  width: 32px;
  height: 54.5%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.course-body .item-line {
  width: 36px;
  height: 1px;
  background-color: #ebe9e7;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 32%;
}

.course-body .item-dot {
  padding: 3px;
  background-color: #153b96;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  -webkit-transition: .5s;
  transition: .5s;
}

.course-body .item-dot .dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
}

.honor-body {
  padding: 50px 0 60px;
  width: 100%;
  background-color: #f8f8f8;
  background: url("../images/honor-bg.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.honor-body .honor-title {
  color: #153b96;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  font-size: 36px;
}

.honor-body .honor-img, .honor-body .honor-text {
  width: 100%;
  font-size: 0;
  margin-top: 30px;
}

.honor-body .honor-img .img_l, .honor-body .honor-img .img_r, .honor-body .honor-img .text_l, .honor-body .honor-img .text_r, .honor-body .honor-text .img_l, .honor-body .honor-text .img_r, .honor-body .honor-text .text_l, .honor-body .honor-text .text_r {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}

.honor-body .honor-img .img_c, .honor-body .honor-img .text_c, .honor-body .honor-text .img_c, .honor-body .honor-text .text_c {
  width: 52%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4%;
}

.honor-body .honor-img .img, .honor-body .honor-text .img {
  width: 100%;
}

.honor-body .honor-img .img:hover img, .honor-body .honor-text .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.honor-body .honor-img .img img, .honor-body .honor-text .img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.honor-body .honor-img .text, .honor-body .honor-text .text {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.honor-list {
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  font-size: 0;
}

.honor-list .honor-item {
  width: 22.75%;
  margin-right: 3%;
  background-color: #f8f8f8;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3%;
  cursor: pointer;
}

.honor-list .honor-item:hover .item-text {
  background-color: #153b96;
  color: #fff;
}

.honor-list .honor-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.honor-list .honor-item .item-img {
  width: 100%;
  padding: 40px;
  border-bottom: 1px solid #fff;
}

.honor-list .honor-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.honor-list .honor-item .item-text {
  width: 100%;
  text-align: center;
  padding: 22px 0;
  font-size: 16px;
  color: #555;
  -webkit-transition: .5s;
  transition: .5s;
}

.honor-list .honor-item:nth-of-type(4n) {
  margin-right: 0;
}

.honor-list .honor-list-page {
  margin: 30px auto;
  text-align: center;
}

.honor-list .honor-list-page .pagebtn {
  display: inline-block;
  padding: 14px 17px;
  font-size: 15px;
  border: solid 1px #dbdbdb;
  color: #666;
  cursor: pointer;
  margin: 0 8px;
}

.honor-list .honor-list-page .pagebtn:hover {
  background-color: #153b96;
  color: #fff;
}

.honor-list .honor-list-page .posbtn {
  background-color: #153b96 !important;
  color: #fff !important;
}

/* 产品与设备-列表页 */
.prod-main {
  width: 100%;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.prod-main .container {
  background-color: #fff;
  font-size: 0;
}

.prod-main .main_l {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.prod-main .main_r {
  width: 85%;
  display: inline-block;
  padding: 50px;
  vertical-align: top;
  border-left: 1px solid #f1f1f1;
}

.prod-main .cate-list {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-top: 25px;
}

.prod-main .cate-item {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
  cursor: pointer;
}

.prod-main .cate-item .item-text {
  width: 100%;
}

.prod-main .cate-item span {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
}

.prod-main .cate-item .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dddddd;
  margin-right: 10px;
}

.prod-main .cate-item:hover .item-text {
  border-right: 3px solid #153b96;
}

.prod-main .cate-item:hover .dot {
  background-color: #153b96;
}

.prod-main .cate-item:hover span {
  color: #153b96;
}

.prod-main .pos .item-text {
  border-right: 3px solid #153b96;
}

.prod-main .pos .dot {
  background-color: #153b96;
}

.prod-main .pos span {
  color: #153b96;
}

.prod-main .prod-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.prod-main .prod-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f8f8f8;
  display: block;
  cursor: pointer;
}

.prod-main .prod-item .item-img {
  width: 100%;
}

.prod-main .prod-item .item-img img {
  width: 100%;
}

.prod-main .prod-item .item-text {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  color: #555;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.5;
}

.prod-main .prod-item:hover .item-text {
  background-color: #153b96;
  color: #fff;
}

.prod-main .prod-list-page {
  margin: 30px auto;
  text-align: center;
}

.prod-main .prod-list-page .pagebtn {
  display: inline-block;
  padding: 14px 17px;
  font-size: 15px;
  border: solid 1px #dbdbdb;
  color: #666;
  cursor: pointer;
  margin: 0 8px;
}

.prod-main .prod-list-page .pagebtn:hover {
  background-color: #153b96;
  color: #fff;
}

.prod-main .prod-list-page .posbtn {
  background-color: #153b96 !important;
  color: #fff !important;
}

/* 工业废水处理 */
.handle-banner {
  background: url("../images/prod-ban.jpg") center center no-repeat;
  background-size: cover;
}

.handle-search {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
          box-shadow: 0px 0px 15px 0px rgba(211, 216, 221, 0.53);
  position: relative;
  z-index: 10;
}

.handle-crumbs {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
          box-shadow: 0px 1px 0px 0px rgba(171, 171, 171, 0.14);
  position: relative;
  z-index: 9;
}

.handle-main {
  width: 100%;
  padding: 50px 0;
  background-color: #f8f8f8;
}

.handle-main .container {
  background-color: #fff;
  font-size: 0;
}

.handle-main .main_l {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}

.handle-main .main_r {
  width: 85%;
  display: inline-block;
  padding: 50px;
  vertical-align: top;
  border-left: 1px solid #f1f1f1;
}

.handle-main .cate-list {
  width: 100%;
  display: block;
  padding-left: 20px;
  padding-top: 25px;
}

.handle-main .cate-item {
  width: 100%;
  display: inline-block;
  padding: 25px 0;
  cursor: pointer;
}

.handle-main .cate-item .item-text {
  width: 100%;
}

.handle-main .cate-item span {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
}

.handle-main .cate-item span:last-of-type {
  line-height: 1.5;
}

.handle-main .cate-item .dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dddddd;
  margin-right: 10px;
}

.handle-main .cate-item:hover .item-text {
  border-right: 3px solid #153b96;
}

.handle-main .cate-item:hover .dot {
  background-color: #153b96;
}

.handle-main .cate-item:hover span {
  color: #153b96;
}

.handle-main .pos .item-text {
  border-right: 3px solid #153b96;
}

.handle-main .pos .dot {
  background-color: #153b96;
}

.handle-main .pos span {
  color: #153b96;
}

.handle-main .handle-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.handle-main .handle-item {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f8f8f8;
  display: block;
  cursor: pointer;
}

.handle-main .handle-item .item-img {
  width: 100%;
}

.handle-main .handle-item .item-img img {
  width: 100%;
}

.handle-main .handle-item .item-text {
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  color: #555;
  -webkit-transition: .5s;
  transition: .5s;
}

.handle-main .handle-item:hover .item-text {
  background-color: #153b96;
  color: #fff;
}

.handle-main .handle-list-page {
  margin: 30px auto;
  text-align: center;
}

.handle-main .handle-list-page .pagebtn {
  display: inline-block;
  padding: 14px 17px;
  font-size: 15px;
  border: solid 1px #dbdbdb;
  color: #666;
  cursor: pointer;
  margin: 0 8px;
}

.handle-main .handle-list-page .pagebtn:hover {
  background-color: #153b96;
  color: #fff;
}

.handle-main .handle-list-page .posbtn {
  background-color: #153b96 !important;
  color: #fff !important;
}
/*# sourceMappingURL=main.css.map */